home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
59
/
59.xpi
/
chrome
/
useragentswitcher.jar
/
content
/
useragentswitcher
/
about
/
about.xul
< prev
Wrap
Extensible Markup Language
|
2009-06-30
|
1KB
|
26 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://useragentswitcher/content/about/about.css" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://useragentswitcher/locale/useragentswitcher.dtd">
<dialog buttons="accept"
id="useragentswitcher-about-dialog"
title="&useragentswitcher.about.title;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="chrome://useragentswitcher/content/about/about.js" type="application/x-javascript"/>
<vbox id="useragentswitcher-about-details">
<hbox>
<description class="name">User Agent Switcher</description>
<description class="name">0.7.2</description>
</hbox>
<description class="title">&useragentswitcher.build.date;</description>
<description class="date">June 30, 2009</description>
<description class="title">&useragentswitcher.author;</description>
<description>Chris Pederick</description>
<description onclick="UserAgentSwitcherAbout.openURL(this)" class="url">http://chrispederick.com/work/user-agent-switcher/</description>
</vbox>
<separator class="groove"/>
</dialog>